home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMREADSPAN / TFRMREADSPAN.txt
Encoding:
Text File  |  2004-07-08  |  1.7 KB  |  98 lines

  1. object frmReadSpan: TfrmReadSpan
  2.   Left = 327
  3.   Top = 277
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmReadSpan'
  6.   ClientHeight = 183
  7.   ClientWidth = 319
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lSourceHelp: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 265
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 'lSourceHelp'
  26.     WordWrap = True
  27.   end
  28.   object lDest: TLabel
  29.     Left = 8
  30.     Top = 96
  31.     Width = 24
  32.     Height = 13
  33.     Caption = 'lDest'
  34.   end
  35.   object btnMerge: TButton
  36.     Left = 154
  37.     Top = 152
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'btnMerge'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = btnMergeClick
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 236
  47.     Top = 152
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'btnCancel'
  52.     TabOrder = 1
  53.     OnClick = btnCancelClick
  54.   end
  55.   object edSource: TEdit
  56.     Left = 8
  57.     Top = 64
  58.     Width = 265
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62.   object edDest: TEdit
  63.     Left = 8
  64.     Top = 112
  65.     Width = 265
  66.     Height = 21
  67.     TabOrder = 3
  68.   end
  69.   object btnSelSource: TButton
  70.     Left = 286
  71.     Top = 62
  72.     Width = 25
  73.     Height = 25
  74.     Caption = '...'
  75.     TabOrder = 4
  76.     OnClick = btnSelSourceClick
  77.   end
  78.   object btnSelDest: TButton
  79.     Left = 286
  80.     Top = 112
  81.     Width = 25
  82.     Height = 25
  83.     Caption = '...'
  84.     TabOrder = 5
  85.     OnClick = btnSelDestClick
  86.   end
  87.   object odSource: TOpenDialog
  88.     DefaultExt = '.zip'
  89.     Left = 216
  90.     Top = 72
  91.   end
  92.   object sdDest: TSaveDialog
  93.     DefaultExt = '.zip'
  94.     Left = 216
  95.     Top = 120
  96.   end
  97. end
  98.